Don't pass NULL to gdk_window_set_title
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Sep 2013 17:06:13 +0000 (13:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 Sep 2013 17:07:18 +0000 (13:07 -0400)
commitd632474b743a50a2d9d24a04a7f2e14f7e3ba0ee
tree2f177cd6d7007c6577cb2696dd057bcb95a4f484
parentcc5526fd98a7379927812835c05281f908c09b53
Don't pass NULL to gdk_window_set_title

That is not allowed. This is fallout from a recent change
that makes GtkWindow listen for title changes in its
headerbar.
gtk/gtkwindow.c